menu
ignis
ignis.dart
Sprite
<
T
>
rowOf method
rowOf
dark_mode
light_mode
rowOf
method
int
?
rowOf
(
T
key
)
The row
key
names, or null where nothing here answers to it.
Implementation
int? rowOf(T key) => null;
ignis
ignis
Sprite
<
T
>
rowOf method
Sprite class