MatrixLayoutDelegate class
Constructors
-
MatrixLayoutDelegate({required int rows, required int cols, required double ruleThickness, required double arrayskip, required List<
double> rowSpacings, required List<MatrixSeparatorStyle> hLines, required bool hskipBeforeAndAfter, required double arraycolsep, required List<MatrixSeparatorStyle> vLines, required List<MatrixColumnAlign> columnAligns})
Properties
- arraycolsep → double
-
final
- arrayskip → double
-
final
- cols → int
-
final
-
columnAligns
→ List<
MatrixColumnAlign> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hLinePos
↔ List<
double> -
getter/setter pair
-
hLines
→ List<
MatrixSeparatorStyle> -
final
- hskipBeforeAndAfter → bool
-
final
- rows → int
-
final
-
rowSpacings
→ List<
double> -
final
- ruleThickness → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalHeight ↔ double
-
getter/setter pair
-
vLinePos
↔ List<
double> -
getter/setter pair
-
vLines
→ List<
MatrixSeparatorStyle> -
final
- width ↔ double
-
getter/setter pair
Methods
-
additionalPaint(
PaintingContext context, Offset offset) → void -
computeDistanceToActualBaseline(
TextBaseline baseline, Map< int, RenderBox> childrenTable) → double? -
computeLayout(
BoxConstraints constraints, Map< int, RenderBox> childrenTable, {bool dry = true}) → Size -
inherited
-
getIntrinsicSize(
{required Axis sizingDirection, required bool max, required double extent, required double childSize(RenderBox child, double extent), required Map< int, RenderBox> childrenTable}) → double -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performHorizontalIntrinsicLayout(
{required Map< int, double> childrenWidths, bool isComputingIntrinsics = false}) → AxisConfiguration<int> -
performVerticalIntrinsicLayout(
{required Map< int, double> childrenHeights, required Map<int, double> childrenBaselines, bool isComputingIntrinsics = false}) → AxisConfiguration<int> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited