menu
healthicons_flutter package
documentation
filled/exercise.dart
Exercise
Exercise.new const constructor
Exercise.new const constructor
dark_mode
light_mode
Exercise
constructor
const
Exercise
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Exercise({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
healthicons_flutter package
documentation
filled/exercise
Exercise
Exercise.new const constructor
Exercise class