menu
flutter_drawable_mipmap package
documentation
image_widget.dart
Drawable
Drawable constructor
Drawable constructor
dark_mode
light_mode
Drawable
constructor
Drawable
(
String
name
)
Creates a new instance of
Drawable
with the given
name
.
Implementation
Drawable(String name) : super(name);
flutter_drawable_mipmap package
documentation
image_widget
Drawable
Drawable constructor
Drawable class