ChipMenuStyle constructor

const ChipMenuStyle({
  1. double? width,
  2. double? height,
  3. MenuStyle? menuStyle,
  4. Offset? offset,
})

Implementation

const ChipMenuStyle({this.width, this.height, this.menuStyle, this.offset});