FlFieldStyle class
Constructors
- FlFieldStyle({BoxDecoration decoration = const BoxDecoration(color: Color(0xFF424242), borderRadius: BorderRadius.all(Radius.circular(8))), EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 8, vertical: 4)})
-
const
Properties
- decoration → BoxDecoration
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → EdgeInsetsGeometry
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{BoxDecoration? decoration, EdgeInsetsGeometry? padding}) → FlFieldStyle -
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