SBBLoadingIndicator.tiny constructor
A tiny loading indicator.
Implementation
const SBBLoadingIndicator.tiny({Key? key, Color color = SBBColors.red})
: this.custom(
key: key,
squareWidth: 8,
squareHeight: 6.0,
squareSpacing: 2.0,
translationZ: 0.01,
rotationY: -1.2,
padding: 8.0,
color: color,
);