SheetWidgetSizes class

A utility class that provides constants related to sizing of sheet widgets.

Use this class to manage and standardize the dimensions of widgets used in sheet layouts throughout the application.

Annotations

Constructors

SheetWidgetSizes({required double topHeader, required double header, required double content, required double footer})
Creates an instance of SheetWidgetSizes.
const
SheetWidgetSizes.zero()
A constant constructor that creates an instance of SheetWidgetSizes with all size values set to zero.
const

Properties

content double
final
final
hashCode int
The hash code for this object.
no setteroverride
final
isZero bool
Returns true if the value is considered zero, otherwise false.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topHeader double
final

Methods

copyWith({double? topHeader, double? header, double? content, double? footer}) SheetWidgetSizes
Creates a copy of this SheetWidgetSizes with the given fields replaced by new values.
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.
override