ListElements constructor

const ListElements(
  1. String text,
  2. Widget icon,
  3. Function callBack
)

Creates a ListElements instance with the provided text, icon, and callback.

Implementation

const ListElements(this.text, this.icon, this.callBack);