FTabEntry.entry constructor
Creates a FTabEntry.
This is identical to FTabEntry.new, allowing dot-shorthand construction.
Implementation
const factory FTabEntry.entry({required Widget label, required Widget child}) = FTabEntry;
Creates a FTabEntry.
This is identical to FTabEntry.new, allowing dot-shorthand construction.
const factory FTabEntry.entry({required Widget label, required Widget child}) = FTabEntry;