menu
arcane package
documentation
generated/arcane_shadcn/src/components/layout/table.dart
TableRef
test method
test method
dark_mode
light_mode
test
method
bool
test
(
int
index
,
int
span
)
Implementation
bool test(int index, int span) { return this.index <= index && this.index + this.span > index; }
arcane package
documentation
generated/arcane_shadcn/src/components/layout/table
TableRef
test method
TableRef class