ViewRoots class

Constructors

ViewRoots({bool scrollable = true, bool position = true, bool flex = true, bool ratio = true, bool clickable = true, bool view = true, bool wrapper = true, bool constraints = true, bool margin = true, bool padding = true, bool decoration = true, bool shadow = true, bool shape = true, bool radius = true, bool border = true, bool background = true})
const

Properties

background bool
final
border bool
final
clickable bool
final
constraints bool
final
decoration bool
final
flex bool
final
hashCode int
The hash code for this object.
no setterinherited
margin bool
final
padding bool
final
position bool
final
radius bool
final
ratio bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollable bool
final
shadow bool
final
shape bool
final
view bool
final
wrapper bool
final

Methods

modify({bool? ripple, bool? position, bool? flex, bool? ratio, bool? clickable, bool? view, bool? constraints, bool? margin, bool? padding, bool? decoration, bool? shadow, bool? shape, bool? radius, bool? border, bool? background}) ViewRoots
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