AboutFrameBuilder

fun interface AboutFrameBuilder

Provides a standard interface for about frames.

Inheritors

Functions

Link copied to clipboard
abstract fun build(title: String, description: String, author: String): Frame

Build a frame with a title, description and author.