LayoutViewConfig class

Configuration of a LayoutView.

Implementers

Constructors

LayoutViewConfig({int? paintOrder, LayoutPosition? position, int? positionOrder, ViewMargin? viewMargin})
Creates new LayoutParams.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
Unique identifier for the LayoutView.
getter/setter pair
isFullPosition bool
Returns true if it is a full position.
no setter
paintOrder int?
The order to paint a LayoutView on the canvas.
getter/setter pair
position LayoutPosition?
The position of a LayoutView defining where to place the view.
getter/setter pair
positionOrder int?
The order to place the LayoutView within a chart margin.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewMargin ViewMargin
Defines the space around a layout component.
getter/setter pair

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