StairedGridTile class

A tile of a staired pattern.

Annotations

Constructors

StairedGridTile(double crossAxisRatio, double aspectRatio)
Creates a StairedGridTile.
const

Properties

aspectRatio double
The ratio of the cross-axis to the main-axis extent of the tile.
final
crossAxisRatio double
The amount of extent this tile is taking in the cross axis, according to the usable cross axis extent. For exemple if crossAxisRatio is 0.5, and the usable cross axis extent is 100. The the tile will have a cross axis extent of 50.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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