GlowNotificationWidget constructor

const GlowNotificationWidget(
  1. Widget child, {
  2. bool showGlowLeading = false,
  3. bool showGlowTrailing = false,
})

Implementation

const GlowNotificationWidget(this.child,
    {this.showGlowLeading = false, this.showGlowTrailing = false});