BJHTitleSwitchValueCell constructor
BJHTitleSwitchValueCell({})
Implementation
BJHTitleSwitchValueCell({
Key? key,
this.leftRightPadding,
required this.title,
this.boolValue = false,
required this.onChanged,
}) : super(key: key);