FormPageStyle class

Constructors

FormPageStyle({Color? backgroundColor, ButtonStyle? buttonStyle, double? buttonHeight, double? buttonWidth, TextStyle? buttonTextStyle, bool? appBarCenterTitle, double? appBarElevation, Color? appBarBackgroundColor, double? appBarHeight, Color? progressIndicatorColor, Color? progressIndicatorBackgroundColor, TextStyle? appBarTextStyle, double? progressIndicatorSize, double? progressIndicatorStrokeWidth, Icon? backButtonIcon})
const

Properties

appBarBackgroundColor Color?
final
appBarCenterTitle bool?
final
appBarElevation double?
final
appBarHeight double?
final
appBarTextStyle TextStyle?
final
backButtonIcon Icon?
final
backgroundColor Color?
final
buttonHeight double?
final
buttonStyle ButtonStyle?
final
buttonTextStyle TextStyle?
final
buttonWidth double?
final
hashCode int
The hash code for this object.
no setterinherited
progressIndicatorBackgroundColor Color?
final
progressIndicatorColor Color?
final
progressIndicatorSize double?
final
progressIndicatorStrokeWidth double?
final
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