RoleSelector constructor

const RoleSelector({
  1. Key? key,
  2. dynamic onUpdate()?,
  3. Widget childItem(
    1. String data
    )?,
})

Implementation

const RoleSelector({Key? key, this.onUpdate, this.childItem})
    : super(key: key);