SBBLoadingIndicator.tiny constructor

const SBBLoadingIndicator.tiny({
  1. Key? key,
  2. Color color = SBBColors.red,
})

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,
      );