GradientSnackyBuilder class
- Inheritance
-
- Object
- SnackyBuilder
- GradientSnackyBuilder
Constructors
- GradientSnackyBuilder.new({Color backgroundColorBuilder(Snacky)?, IconData? iconBuilder(Snacky)?, Color iconColorBuilder(Snacky)?, BoxBorder borderBuilder(Snacky)?, TextStyle textStyleBuilder(Snacky, GradientSnackyTextType)?, EdgeInsets margin = const EdgeInsets.all(16), EdgeInsets padding = const EdgeInsets.symmetric(vertical: 16), bool disableInkwell = false, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(0))})
-
const
Properties
- backgroundColorBuilder → Color Function(Snacky)?
-
final
- borderBuilder → BoxBorder Function(Snacky)?
-
final
- borderRadius → BorderRadius
-
final
- disableInkwell → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconBuilder → IconData? Function(Snacky)?
-
final
- iconColorBuilder → Color Function(Snacky)?
-
final
- margin → EdgeInsets
-
final
- padding → EdgeInsets
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textStyleBuilder → TextStyle Function(Snacky, GradientSnackyTextType)?
-
final
Methods
-
build(
BuildContext context, SnackyLayoutConfig layoutConfig, CancelableSnacky cancelableSnacky, SnackyController snackyController) → Widget -
override
-
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