[Hoàng Sang] Fix #1311 (#1382)

pull/1387/head
Phạm Hoàng Sang 2 years ago committed by GitHub
parent 787c7a845f
commit 6788d14ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lib/src/widgets/style_widgets/checkbox_point.dart

@ -43,7 +43,9 @@ class _CheckboxPointState extends State<CheckboxPoint> {
: (widget.enabled
? theme.colorScheme.onSurface.withOpacity(0.5)
: theme.colorScheme.onSurface.withOpacity(0.3));
return Center(
return Container(
alignment: AlignmentDirectional.centerEnd,
padding: EdgeInsetsDirectional.only(end: widget.size / 2),
child: SizedBox(
width: widget.size,
height: widget.size,

Loading…
Cancel
Save