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:
parent
0b2355abae
commit
95879111f9
@ -76,7 +76,9 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
||||
child: FlowySvg(
|
||||
size: Size.square(_iconSize),
|
||||
padding: EdgeInsets.only(
|
||||
top: topPadding, right: _iconRightPadding),
|
||||
top: topPadding,
|
||||
right: _iconRightPadding,
|
||||
),
|
||||
name: check ? 'check' : 'uncheck',
|
||||
),
|
||||
onTap: () {
|
||||
@ -100,7 +102,8 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
||||
),
|
||||
],
|
||||
),
|
||||
));
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Widget _buildWithChildren(BuildContext context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user