HamburgerButtonProps constructor

const HamburgerButtonProps({
  1. String? targetMenuId,
  2. bool isOpen = false,
  3. void onTap()?,
  4. double size = 24,
})

Implementation

const HamburgerButtonProps({
  this.targetMenuId,
  this.isOpen = false,
  this.onTap,
  this.size = 24,
});