menu
iconoir_flutter package
documentation
db_warning.dart
DbWarning
DbWarning.new const constructor
DbWarning.new const constructor
dark_mode
light_mode
DbWarning
constructor
const
DbWarning
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const DbWarning({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
db_warning
DbWarning
DbWarning.new const constructor
DbWarning class