SBBLoadingIndicator.tinyCement constructor
const
SBBLoadingIndicator.tinyCement({
- Key? key,
A tiny loading indicator in SBBColors.cement.
Implementation
const SBBLoadingIndicator.tinyCement({Key? key})
: this.tiny(
key: key,
color: SBBColors.cement,
);