menu
flutter_use package
documentation
flutter_use.dart
CounterActions
CounterActions constructor
CounterActions constructor
dark_mode
light_mode
CounterActions
constructor
CounterActions
(
int
getter
(),
void
inc
([
int
?
]),
void
dec
([
int
?
]),
void
setter
(
int
),
void
reset
([
int
?
]),
int
?
_min
(),
int
?
_max
(),
)
Implementation
CounterActions( this.getter, this.inc, this.dec, this.setter, this.reset, this._min, this._max, );
flutter_use package
documentation
flutter_use
CounterActions
CounterActions constructor
CounterActions class