SeniorLoadingThemeData constructor

const SeniorLoadingThemeData({
  1. SeniorLoadingStyle? style,
})

Theme definitions for the SeniorLoading component.

Implementation

const SeniorLoadingThemeData({
  this.style,
});