showArrow property

bool? showArrow
final

Optional override for arrow visibility.

  • null: uses theme.showArrow
  • true/false: force show/hide arrow for this menu instance

Implementation

final bool? showArrow;