MyoroTableColumnWidthConfiguration class
Width configuration of a MyoroTable.
- Annotations
-
- @immutable
- @myoroModel
Constructors
- MyoroTableColumnWidthConfiguration.new({required MyoroTableColumnWidthConfigurationEnum typeEnum, double? fixedWidth})
-
const
- MyoroTableColumnWidthConfiguration.fake()
-
factory
Properties
- fixedWidth → double?
-
Fixed width when typeEnum is MyoroTableColumnWidthConfigurationEnum.fixed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → MyoroTableColumnWidthConfiguration
-
no setterinherited
- typeEnum → MyoroTableColumnWidthConfigurationEnum
-
Width configuration enum.
final
Methods
-
copyWith(
{MyoroTableColumnWidthConfigurationEnum? typeEnum, double? fixedWidth, bool fixedWidthProvided = true}) → MyoroTableColumnWidthConfiguration -
inherited
-
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.
inherited