TGroupTile<T> constructor
const
TGroupTile<T> ({})
Implementation
const TGroupTile({
super.key,
this.title,
required this.tiles,
this.backgroundColor,
this.borderColor,
this.enable = true,
this.enableBorder = true,
this.enableRadio = false,
this.initialValue,
this.onChanged,
});