FlintPage constructor

const FlintPage({
  1. required String component,
  2. Map<String, dynamic> props = const {},
  3. String? url,
  4. String? version,
})

Implementation

const FlintPage({
  required this.component,
  this.props = const {},
  this.url,
  this.version,
});