SeniorLoadingStyle constructor

const SeniorLoadingStyle({
  1. Color? color,
})

Style definitions for the SeniorLoading component.

Implementation

const SeniorLoadingStyle({
  this.color,
});