uk_custom_widget 1.0.1 copy "uk_custom_widget: ^1.0.1" to clipboard
uk_custom_widget: ^1.0.1 copied to clipboard

A new Flutter Custom packages project.

My Custom Widget #

A Flutter package that provides a customizable checkbox widget.

Features #

  • Simple custom checkbox
  • Customizable color, size, and border radius

Usage #

import 'package:uk_custom_widget/uk_custom_checkbox.dart';

CustomCheckbox(
  value: isChecked,
  onChanged: (val) {
    setState(() {
      isChecked = val;
    });
  },
)
3
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter Custom packages project.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on uk_custom_widget