WireCheckBox constructor
const
WireCheckBox({
- Key? key,
- required String text,
- required WireCheckBoxViewModel viewModel,
- GestureTapCallback? onPress,
Implementation
const WireCheckBox({
Key? key,
required this.text,
required this.viewModel,
this.onPress,
}) : super(key: key);