small size circular progress bar code example
Example: circular progress indicator flutter height
SizedBox(
height: 100,
width: 100,
child: Center(
child: CircularProgressIndicator(),
),
)