BackPanel class Null safety

Inheritance
Implementers

Constructors

BackPanel({Key? key})

Properties

arrowUp double
read-only
bpCenter TextAlign
final
bpRight TextAlign
final
fontSize double
read-only
hashCode int
The hash code for this object.
read-onlyinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
rowHeightMM double
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
textUp double
read-only
thickLine Paint
latefinal
thickLineWidth double
read-only
thinLine Paint
latefinal
thinLineWidth double
read-only

Methods

arrowLeft(double width) BPItem
arrowRight(double width) BPItem
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
inherited
buildBackPanelLandscape(BuildContext context, ScreenPositioner screen) Widget
buildBackPanelPortrait(BuildContext context, ScreenPositioner screen) Widget
buildLandscape(BuildContext context, ScreenPositioner screen) Widget
override
buildPortrait(BuildContext context, ScreenPositioner screen) Widget
override
carry() BPItem
cell(BPItem item) BPCell
cellEB(BPItem item) BPCell
center(BPItem item) BPItem
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
italicText(String text, {bool box = false, double scale = 1, TextAlign align = TextAlign.left, Offset offset = Offset.zero, Offset boxOffset = Offset.zero}) BPItem
list(List<BPItem> items) BPItem
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
point() BPItem
registerBox(double width, BPItem content) BPItem
row(List<BPCell> cells) BPRow
space(double width) BPItem
sqrtText(String text, {bool box = false, Offset boxOffset = Offset.zero, Offset offset = Offset.zero}) BPItem
subText(String t) BPItem
superimpose(List<BPItem> items) BPItem
supText(String t) BPItem
table(double widthCM, List<BPRow> rows, {bool drawLines = true, bool? drawVerticalLines}) Widget
text(String text, {bool box = false, double scale = 1, TextAlign align = TextAlign.left, Offset offset = Offset.zero, Offset boxOffset = Offset.zero}) BPItem
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited
tryzub(double width) Widget

Operators

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