menu
arcane package
documentation
generated/arcane_shadcn/src/components/layout/table.dart
ConstrainedTableSize
ConstrainedTableSize const constructor
ConstrainedTableSize const constructor
dark_mode
light_mode
ConstrainedTableSize
constructor
const
ConstrainedTableSize
(
{
double
min
=
double.negativeInfinity
,
double
max
=
double.infinity
,
})
Implementation
const ConstrainedTableSize({ this.min = double.negativeInfinity, this.max = double.infinity, });
arcane package
documentation
generated/arcane_shadcn/src/components/layout/table
ConstrainedTableSize
ConstrainedTableSize const constructor
ConstrainedTableSize class