0.1.0+2: Update description
This commit is contained in:
parent
9f1bcc91c6
commit
89f9b8fa95
5 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
/// Use Icon as checkbox
|
||||
class CheckboxIconFormField extends FormField<bool> {
|
||||
CheckboxIconFormField({
|
||||
Key key,
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
/// Use CheckboxListTile as part of Form
|
||||
class CheckboxListTileFormField extends FormField<bool> {
|
||||
CheckboxListTileFormField({
|
||||
Key key,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue