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
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