menu
flutter_motionly package
documentation
widget/button/animated_state_button.dart
ButtonState
ButtonState.new const constructor
ButtonState.new const constructor
dark_mode
light_mode
ButtonState
constructor
const
ButtonState
(
{
required
String
id
,
required
Color
color
,
Widget
?
child
,
bool
isCompact
=
true
,
})
Implementation
const ButtonState({ required this.id, required this.color, this.child, this.isCompact = true, });
flutter_motionly package
documentation
widget/button/animated_state_button
ButtonState
ButtonState.new const constructor
ButtonState class