PlutoLayoutTabViewSizeFixed class

Set the tab view to a fixed size.

After setting, the size cannot be changed. However, if the parent's size is smaller than the set size, the size is adjusted to fit the screen size.

Inheritance

Constructors

PlutoLayoutTabViewSizeFixed(double _size)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
resizable bool
final
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
resolve({required double maxSize, required double? sizeToSet, required double defaultSize}) double
override
toString() String
A string representation of this object.
inherited

Operators

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