MultiGridLevelRow constructor
const
MultiGridLevelRow({})
Create an instance.
Implementation
const MultiGridLevelRow({
required this.label,
required this.getNumberOfEntries,
required this.getEntryLabel,
required this.onActivate,
this.actions = const [],
});