loadingIndicator constant
SizedBox
const loadingIndicator
Implementation
static const loadingIndicator = SizedBox(
width: 30,
height: 30,
child: CircularProgressIndicator(
valueColor: AlwaysStoppedAnimation<Color>(tertiary),
),
);