SettingsRowConfiguration class

Constructors

SettingsRowConfiguration({bool showTitleLeft = true, bool showTopTitle = false, bool showAsTextField = false, bool showAsSingleSetting = false})
Configures the general look and feel of the settings row
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAsSingleSetting bool
Will remove the border on top and bottom of the setting control. This makes sense if you want to use the widget in e.g. a form.
final
showAsTextField bool
If true, the configurable setting widget will be displayed as text field widget (a border around the widget) This makes sense e.g. for drop down widgets which shall be displayed as a text field
final
showTitleLeft bool
If true, the title will be displayed in the same line and left to the configurable setting widget
final
showTopTitle bool
If true, the title will be displayed on top of the configurable setting widget (e.g. drop down)
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