CheckboxThemeIos constructor

CheckboxThemeIos(
  1. BuildContext context, [
  2. CheckboxThemeData? other
])

Implementation

CheckboxThemeIos(this.context, [CheckboxThemeData? other])
    : super.from(other);