-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Hi. Thanks for the package.
In current stable release size property does not work. The spinner widget expands as far as it can.
SizedBox(
width: 10,
height: 10,
child: ConstrainedBox(
constraints: BoxConstraints(
minHeight: 10, minWidth: 10, maxHeight: 10, maxWidth: 10),
child: Loading(
indicator: BallSpinFadeLoaderIndicator(),
size: 10,
color: Colors.white),
),
),
This code could not limit the size of the widget.
It still draws on the full height of the text input - https://tppr.me/IOqSs
Metadata
Metadata
Assignees
Labels
No labels