SBBLoadingIndicator.tinyCement constructor

const SBBLoadingIndicator.tinyCement({
  1. Key? key,
})

A tiny loading indicator in SBBColors.cement.

Implementation

const SBBLoadingIndicator.tinyCement({Key? key})
    : this.tiny(
        key: key,
        color: SBBColors.cement,
      );