menu
leonard_flutter package
documentation
contract.dart
BusyState
BusyState.new const constructor
BusyState.new const constructor
dark_mode
light_mode
BusyState
constructor
const
BusyState
(
{
required
bool
isBusy
,
String
?
reason
,
Duration
?
estimatedDuration
,
})
Implementation
const BusyState({required this.isBusy, this.reason, this.estimatedDuration});
leonard_flutter package
documentation
contract
BusyState
BusyState.new const constructor
BusyState class