RollingWidgetInfo constructor

const RollingWidgetInfo({
  1. Text? text,
  2. Color backgroundColor = Colors.lightBlueAccent,
  3. Widget icon = const SizedBox(),
})

Implementation

const RollingWidgetInfo({
  Text? text,
  Color backgroundColor = Colors.lightBlueAccent,
  Widget icon = const SizedBox(),
}) : super(text, backgroundColor, icon);