CustomQuadrant constructor
const
CustomQuadrant({})
Implementation
const CustomQuadrant({
Key? key,
required this.isSelected,
required this.text,
required this.callbackSelected,
}) : super(key: key);
const CustomQuadrant({
Key? key,
required this.isSelected,
required this.text,
required this.callbackSelected,
}) : super(key: key);