Underflow constructor

const Underflow({
  1. Key? key,
  2. Widget? leading,
  3. Widget? trailing,
})

Implementation

const Underflow({Key? key, this.leading, this.trailing}) : super(key: key);