0.1.0+2: Update description

This commit is contained in:
reidha 2020-04-22 22:38:03 +07:00
parent 9f1bcc91c6
commit 89f9b8fa95
5 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
/// Use Icon as checkbox
class CheckboxIconFormField extends FormField<bool> {
CheckboxIconFormField({
Key key,

View file

@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
/// Use CheckboxListTile as part of Form
class CheckboxListTileFormField extends FormField<bool> {
CheckboxListTileFormField({
Key key,