FormCardStyle class

Constructors

FormCardStyle.new({ShapeBorder? shape, EdgeInsetsGeometry? margin, Color? color, double? elevation, EdgeInsetsGeometry? padding, TextStyle? style, BoxConstraints? constraints})
const

Properties

color Color?
final
constraints BoxConstraints?
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsetsGeometry?
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
final
style TextStyle?
final

Methods

copyWith({ShapeBorder? shape, EdgeInsetsGeometry? margin, Color? color, double? elevation, EdgeInsetsGeometry? padding, TextStyle? style, BoxConstraints? constraints}) FormCardStyle
merge(FormCardStyle? theme) FormCardStyle
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

defaultTheme(BuildContext context) FormCardStyle