mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: format checkbox_text
This commit is contained in:
@ -76,7 +76,9 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
|||||||
child: FlowySvg(
|
child: FlowySvg(
|
||||||
size: Size.square(_iconSize),
|
size: Size.square(_iconSize),
|
||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
top: topPadding, right: _iconRightPadding),
|
top: topPadding,
|
||||||
|
right: _iconRightPadding,
|
||||||
|
),
|
||||||
name: check ? 'check' : 'uncheck',
|
name: check ? 'check' : 'uncheck',
|
||||||
),
|
),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
@ -100,7 +102,8 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
));
|
),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildWithChildren(BuildContext context) {
|
Widget _buildWithChildren(BuildContext context) {
|
||||||
|
Reference in New Issue
Block a user