onInitialed property

FormeFieldInitialed<bool>? onInitialed
finalinherited

called after FormeController or FormeFieldController initialed

valueListenable will not listen FormeField.initialValue , you can do that in this method

try to get another field's controller in this method will cause an error

Implementation

final FormeFieldInitialed<T>? onInitialed;