BPRow class Null safety

Constructors

BPRow(List<BPCell> cells, BackPanel panel)

Properties

cells List<BPCell>
final
drawLastTwoColumnsBottomLine bool
read-only
hashCode int
The hash code for this object.
read-onlyinherited
heightMM double
read-only
panel BackPanel
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
paint(Canvas c, BPTablePainter p, {required bool drawLine}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited