children3 property

  1. @Deprecated('Use children instead')
List<Fragment> get children3

The children of this fragment.

There is no guarantee of the order in which the children will be returned. In particular, they are not guaranteed to be in lexical order.

Implementation

@Deprecated('Use children instead')
List<Fragment> get children3;