noMaterialParent property
When enabling iosUsesMaterialWidgets
on PlatformProvider settings it will
add a Material widget as a parent to both the leading and trailing widgets.
Setting noMaterialParent to true (default false) will remove the Material parent
Implementation
final bool noMaterialParent;