ItemOption constructor

ItemOption(
  1. String assetPath,
  2. String title,
  3. Function function,
  4. bool isLock,
)

Implementation

ItemOption(this.assetPath, this.title, this.function, this.isLock);