RollingInfo<T> constructor

const RollingInfo<T>(
  1. Text? text,
  2. Color backgroundColor,
  3. T icon
)

Implementation

const RollingInfo(this.text, this.backgroundColor, this.icon);