TabItemSchemaBuilder
class TabItemSchemaBuilder(id: String, label: String? = null, icon: IconSchema? = null, badgeText: String? = null) : GenericBuilder<TabsTileSchema.TabItem>
Functions
Link copied to clipboard
Produces this builder's concrete schema instance. Called once, by GenericBuilderScope.build, with compositionLocals active.