nonRotatedChildren property

  1. @Deprecated('Append all of these children to `children`. ' 'This property has been removed to simplify the way layers are inserted ' 'into the map, and allow for greater flexibility of layer positioning. ' 'This property is deprecated since v6.')
List<Widget> nonRotatedChildren
final

This member has been deprecated as of v6, and will be removed in the next version.

To migrate, append all of these children to children. In most cases, no other migration will be necessary.

This will simplify the way layers are inserted into the map, and allow for greater flexibility of layer positioning.

Implementation

@Deprecated(
  'Append all of these children to `children`. '
  'This property has been removed to simplify the way layers are inserted '
  'into the map, and allow for greater flexibility of layer positioning. '
  'This property is deprecated since v6.',
)
final List<Widget> nonRotatedChildren;