CSnackBarController<T> class
Class responsible for configuring the SnackBars
Constructors
-
CSnackBarController({required ObservableValue<
CFeedBackControl< observable, required SnackBarByDataBuilder<T> >T> builder}) - Constructor of the CSnackBarController
Properties
-
builder
→ SnackBarByDataBuilder<
T> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
observable
→ ObservableValue<
CFeedBackControl< T> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
doBuild(
T data, BuildContext context) → SnackBar - Method used to get SnackBar with data type
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited