SettingsRowStyle class

Constructors

SettingsRowStyle({bool noPadding = false, double fontSize = 17.0, Color backgroundColor = CupertinoColors.systemBackground, Color textColor = CupertinoColors.label, Color activeColor = CupertinoColors.systemBlue, Color disabledColor = CupertinoColors.inactiveGray, Color topTitleColor = CupertinoColors.systemBlue, Color highlightColor = CupertinoColors.systemGrey6, double contentPadding = 15.0})
Style modification options for the setting control
const

Properties

activeColor Color
Sets the "active" color for the configurable setting widget
final
backgroundColor Color
Sets the background color of the configurable setting widget
final
contentPadding double
The content padding within a configurable setting control (esp. for text fields)
final
disabledColor Color
Sets the "disabled" color for the configurable setting widget
final
fontSize double
Modifies the font size of the configurable setting widget
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color
The color which shall be used to highlight the setting control
final
noPadding bool
Every padding will be removed if set
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
The color of the text within the configurable setting control
final
topTitleColor Color
Sets the color for title of the setting if the top title option is chosen
final

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