RangeBand constructor
const
RangeBand({
- Key? key,
- required TileSelection selection,
- required Color color,
- required Widget child,
Implementation
const RangeBand({
super.key,
required this.selection,
required this.color,
required this.child,
});