flutter sizedbox code example
Example: sizedbox flutter
SizedBox(
height: 100,
width: 100,
child: Center(
child: CircularProgressIndicator(),
),
)