FlintBoxStyles class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Methods
-
alert(
{required List< FlintWidget> children, String backgroundColor = '#fff3cd', String borderColor = '#ffeaa7'}) → FlintBox - Alert styles
-
card(
{required List< FlintWidget> children}) → FlintBox - Card styles
-
divider(
{String color = '#e0e0e0', double height = 1}) → FlintBox - Section divider
-
emailContainer(
{required List< FlintWidget> children}) → FlintBox - Container with max width for email compatibility
-
hero(
{required List< FlintWidget> children}) → FlintBox - Hero section with gradient