children property

  1. @override
List<Widget> children
final

The children, which should be FOtpItemMixins or FOtpDividers. Defaults to six FOtpItems.

Ignored if controller is provided. Pass children to the controller instead.

Implementation

@override
final List<Widget> children;