AboutMePage class
About Me page displaying personal information, skills, and technical demos.
This page showcases:
- Personal information and social media links
- Skills table loaded from localized JSON
- Rust FFI integration demo
- SQLite health check widget
- Native plugin integration (non-web platforms only)
Constructors
- AboutMePage({dynamic key, required dynamic appAttributes, })
-
const
Properties
- appAttributes → dynamic
-
The application-wide attributes for theming and layout.
final
-
The footer widget to display at the bottom of the page.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createState(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited