SimpleSnackyBuilder class

Inheritance

Constructors

SimpleSnackyBuilder({Color colorBuilder(Snacky)?, BoxBorder borderBuilder(Snacky)?, TextStyle textStyleBuilder(Snacky)?, EdgeInsets margin = const EdgeInsets.all(16), EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 12), bool disableInkwell = false, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(0))})
const

Properties

borderBuilder → (BoxBorder Function(Snacky)?)
final
borderRadius BorderRadius
final
colorBuilder → (Color Function(Snacky)?)
final
disableInkwell bool
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsets
final
padding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyleBuilder → (TextStyle Function(Snacky)?)
final

Methods

build(BuildContext context, 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