menu
abstract_bloc package
documentation
abstract_item/widgets/abstract_item_builder.dart
AbstractItemBuilder<B extends AbstractItemBloc<S>, S extends AbstractItemState>
isError property
isError property
dark_mode
light_mode
isError
property
bool
Function
(
BuildContext
context
,
S
state
)
?
isError
final
Implementation
final bool Function(BuildContext context, S state)? isError;
abstract_bloc package
documentation
abstract_item/widgets/abstract_item_builder
AbstractItemBuilder<B extends AbstractItemBloc<S>, S extends AbstractItemState>
isError property
AbstractItemBuilder class