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