AttributeItem constructor

AttributeItem({
  1. double? iconsize,
  2. String title = "Unnamed",
  3. String? key,
  4. String? iconAsset,
})

Implementation

AttributeItem(
    {this.iconsize, this.title = "Unnamed", this.key, this.iconAsset});