ClearNotice constructor
Creates a plain text notice row.
Implementation
ClearNotice({
super.key,
String? text,
this.icon = const Icon(Icons.info_outline, size: 16),
this.color,
this.textStyle,
}) : text = text ?? t.general.dataDisclaimer;
Creates a plain text notice row.
ClearNotice({
super.key,
String? text,
this.icon = const Icon(Icons.info_outline, size: 16),
this.color,
this.textStyle,
}) : text = text ?? t.general.dataDisclaimer;