FlexOptions class

Annotations

Constructors

FlexOptions({bool showOverlay = false, bool showMargins = false, bool showColumns = true, bool showModules = false, bool showBaselines = false, FlexOverlayStyle style = const FlexOverlayStyle()})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBaselines bool
final
showColumns bool
final
showMargins bool
final
showModules bool
final
showOverlay bool
final
style FlexOverlayStyle
final

Methods

copy({bool? showOverlay, bool? showMargins, bool? showColumns, bool? showModules, bool? showBaselines, FlexOverlayStyle? style}) FlexOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override