menu
nice2dev_flutter_ui
events\nice_events.dart
NiceRound
NiceRound.new const constructor
NiceRound.new
dark_mode
light_mode
NiceRound
constructor
const
NiceRound
(
{
required
String
name
,
required
List
<
NiceRoundMatch
>
matches
,
})
Implementation
const NiceRound({required this.name, required this.matches});
nice2dev_flutter_ui
nice_events
NiceRound
NiceRound.new const constructor
NiceRound class